7844f4dc144332965bcbe8e894f312f8851a0c87,sahi/src/main/java/com/redhat/qe/jon/sahi/tasks/SahiTasks.java,SahiTasks,recentOperationsQuickLinks,#,912

Before Change


    	this.gotoReportRecentOperationsPage();
        this.link("RHQ Agent").click();
     
        int formTitleCoint = this.cell("formTitle").countSimilar();
        HashMap<String, String> formDetail = new HashMap<String, String>();
        for(int i=0; i<formTitleCoint; i++){
        	formDetail.put(this.cell("formTitle["+i+"]").getText(), this.cell("formCell["+i+"]").getText());

After Change


        _logger.log(Level.INFO, "Form Data: "+formDetail);
       */
        // make sure that we are on RHQ Agent resource page
        if (this.cell("Summary").isVisible() && this.span("RHQ Agent").isVisible())
        {
            return true;
        }else